//go:build !amd64 || appengine || go1.9
// +build !amd64 appengine go1.9

package roaring

func popcntSlice( []uint64) uint64 {
	return popcntSliceGo()
}

func popcntMaskSlice(,  []uint64) uint64 {
	return popcntMaskSliceGo(, )
}

func popcntAndSlice(,  []uint64) uint64 {
	return popcntAndSliceGo(, )
}

func popcntOrSlice(,  []uint64) uint64 {
	return popcntOrSliceGo(, )
}

func popcntXorSlice(,  []uint64) uint64 {
	return popcntXorSliceGo(, )
}